[for better viewing use Word Wrap]


            001101101         101    110      001101010         0101010101
            01      01        010    010      10      10        101    101
            10       10       101    001      01       10       101    001
             01        01      0110110101      01        01      001    110
              10       10       1001001010      11       10       010    111   
              01      01        101    010      10      10        010    101
              10011011          010    001      10011010          1011011001

+-----------------------------------------------------------------------------------------------+            
                                   
                                     DIGITAL HACK DOT ORG
 
                                           PRESENTS
   
                                   *INTRODUCTION TO MS DOS*


                            "knowledge is power, in ze right hands!"

+-----------------------------------------------------------------------------------------------+                                    
                                         DISCLAIMER
                                         ----------
THE INFORMATION PROVIDED HERE-IN IS FOR EDUCATIONAL PURPOSES ONLY.  THE MAIN OBJECTIVE OF THIS TEXT IS TO PROMOTE NET SECURITY AWARENESS.  THE AUTHORS OF THIS TEXT CANNOT BE HELD RESPONSIBLE FOR ILLEGAL ACTIONS ARISING FROM THE MISUSE OF THE MENTIONED TEXT.  IF SHOULD YOU DISAGREE, COMPLETELY OR PARTIALLY, WITH WHAT YOU HAVE JUST READ LEAVE IMMEDIATELY AND STOP READING THIS NOW.


     CONTENTS
     ~~~~~~~~ 
1. --MS DOS--
1.1 Introduction
1.2 Explanation
1.3 Commands
1.4 Tricks
1.5 Web links
1.6 Books
1.7 Conclusion
1.8 About Digital Hack Dot Org


   1.1 Introduction
   ****************
Most of the computers around the world today are already occupied by Windows and so you novice hackers or newbiez out there have to find a way to hack.  But how to hack using no hacking programs like Trojans and unlike the arrogant Linux users.  True, most hackers that use Linux are fuckingly arrogant but you can kick their ass by being more familliar with MS DOS.

   1.2 Explanation
   ***************
MS DOS stands for Microsoft Disk Operating System and is an old operating which consists of a black screen through which commands are to be entered.  The commands are generally written according to a specific way which the computer can 'understand'.  MS DOS, also called DOS, is considered as a fuck up program with an ugly interface by most 'computer literates' and some hackers.  But DOS is much more than that.  DOS can be used to do almost anything and is more, not to say as, efficient as Windows.  In fact other operating system such as Unix has been written from the same lines that were used to build DOS [Please understand this as the programming lines].  DOS can be dangerous if the commands are used in the wrong way but can be a very powerful tool is used in the proper way.  Plus, it is completely case insensitive: so either 'ForMat C:' or 'format c:' would completely erase your hard disk...

Nowadays system administrators modify their systems to graphical interface to prevent the users from having access to the command prompt.  They want to limit users to the beautiful brightly-coloured interface.  This is because they know that whoever has access to MS DOS has full control of the computer.  

When you first run DOS you have a black screen, or window, staring at you with the command prompt and a blinking cursor.  The command prompt is the "C:\>" which means that you are now in the root directory.  Something like this can also appear "C:\windows>".  The latter means that you are in the Windows directory.  Windows runs on top of MS DOS.
The other brands of DOS besides the most well known MS DOS are PC DOS and DR DOS/OPENDOS.

So, whether you like or not, if you have Windows you will have to use MS DOS one way or the other to hack.  We will explain the different commands now.

   1.3 Commands
   ************
There are various completely different commands related to DOS and we will study the most basic of them, not to say all. 

simple DOS commands
-=-=-=-=-=-=-=-=-=-

0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
command       |                function
-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-

ver           -   tells you the version of Windows that you're using 

cd\           -   switches to the root directory

cd windows    -   switches to the Windows directory

cd            -   changes to the required directory, provided that the directory name is written                   after 'cd'

cd ..         -   moves back one directory, that is changes back to the last directory

a:            -   changes to the floppy drive disk directory

c:            -   changes to the hard disk drive

dir           -   shows all the files in the current directory

md            -   makes new directory, must include new directory name after 'md'

copy          -   copy files from one location to another, note that when copying the files to be                   copied must be provided and also the new location of the files, that is 
                  C:\copy file.doc c:\newfiledirectory

del           -   deletes a file

undel         -   undeletes a file, this works only when you have just deleted a file

0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0

powerful DOS commands
=-=-=-=-=-=-=-=-=-=-=

0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
commands      |                    function   
-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-

start         -   starts any program

subst         -   maps a directory to a drive, the corect syntax is 
                  'C:\subst drive letter: required directory', for e.g. 'C:\subst e: c:\amadeus'
                  what it does is to make the amadeus directory into the drive 'e' 

debug         -   starts the debugger, note that messing up with debug can seriously harm your pc

edit          -   opens up a DOS editor  

netstat       -   tells you the ip address of the servers you are connected to

nbtstat       -   tells you which machine on the net has file sharing enabled   

ping          -   sends signals(packets) to a specified computer to determine its connection type

tracert       -   tells you the path taken by the signals(packets) from your pc to the target pc

telnet        -   brings you to a white screen where commands are to be entered, note that telnet                   is an aplication used for connecting to a server and it can be used to transmit                   direct requests to the server machine      

ftp           -   allows you to connect to an ftp server

arp           -   displays the arp cache of a local or remote computer

route         -   shows the routing table

ipconfig      -   displays tcp/ip settings

winipcfg      -   tells you what your current ip address is

0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0

   1.4 Tricks
   **********
In this section we will show you some cool tricks associated with DOS that you can apply on your system.  Some of these tricks have been taken from various texts on hacking.

/*/ The unaccessible directories trick
--------------------------------------

[1] create a major directory on your hard disk, for example create 'C:\hacknotes'

[2] transfer all your required files to the directory

[3] open an MS DOS prompt and type at the command prompt: alt+206
    a symbol in the form of a cross will be display

[4] now return in the root directory and write at the command prompt (that is 'C:\'):
    'ren hacknotes (alt+206)hackingnotes' 

[5] then type 'dir' to confirm that your directory has been renamed 

[6] type 'exit' to exit MS DOS

[7] go to My Computer and click on '(C:)' to access your root directory

[8] locate your renamed directory, it should be like '(_)hacknotes' and double click on it, you      will find a message saying that "C:\(_)hacknotes does not exist" plus you cannot access it

[9] To access your directory open an DOS window and type at the command prompt: 
    'ren (alt+206)hacknotes hacknotes'

[10] Finally exit DOS and access your directory

Note: Always remember your code, that is for e.g. alt+206, without which you cannot access your        directory and remember that various codes can be made.  
      Check the list below for more codes:
       alt+197
       alt+179
       alt+174
       alt+714
       alt+194
       alt+943
       alt+789
       alt+759
       alt+731
       alt+426
       alt+465
       alt+735
        
/*/ Viewing the alphanumeric-named folders in the Temporary Internet Files in Windows folder
--------------------------------------------------------------------------------------------

[1] restart your computer in MS DOS mode

[2] at the command prompt type: 'CD\ WINDOWS\TEMPOR~1\CONTENT.IE'

[3] then type 'DIR /A' to show all the contents of the directory, the alphanumeric names should      be displayed

[4] select one folder and type 'CD FOLDER NAME' to access it, for e.g. type 'cd Apl58y3z' to         access the Apl58y3z folder

[5] then type 'dir /a' once inside the folder and at once your screen will be filled with            file names

[6] copy these files to a directory and view them, you would be surprised!


   1.5 Web links
   *************
The web links below have been intended especially for those who want to learn more about MS DOS.
If you know some then email us.


help.unc.edu                                   - learn how to use Windows efficiently and MS DOS

www.users.globalnet.co.uk/~jchap/contents.htm  - learn how to build your own computer at low cost

www.butterwick0.freeserve.co.uk/tutor/menu.htm - MS DOS tutorial, OPEN DOS tutorial and much more

www.geocities.com/ResearchTriangle/7138/cbdos.htm - MS DOS tutorial

users.evitech.fi/~atrost/Unix/shell.html       - learn all about the shell

members.aol.com/axcel216/secrets.htm           - MS DOS undocumented, secret and hidden features

home.att.net/~gobruen/progs/dos_batch/dos_batch.html - DOS batch file programming


www.neworder.box.sk       - the site for those who don't want to be hacked
www.astalavista.box.sk    - search engine for hacking notes and tools
www.hackingtruths.box.sk  - cool text documents available [recommended]

www.net-security.org      - very useful articles on security issues [recommended]


   1.6 Books
   *********
Only one book has caught our particular attention.  If you know other books that deals with DOS then please contact us and we will publish it in the next version of this text.

+ MS DOS for Dummies
  3rd edition or above


   1.7 Conclusion
   **************
Well, this ends our short tutorial on the introduction to the Disk Operating System.  Most of the basic things have been included and we just left out the examples and the unimportant things.  We sincerely hope that you have learned something useful out of all this 'literary shit'.  Should you want to express you appreciation, disagreement or hate then feel free to contact us at our email address listed at the end of this document.  We will try to help you whatever your questions are.

   1.8 About Digital Hack Dot Org
   ******************************
Digital Hack Dot Org is the newly-borned group of computer loving individuals who are trying to earn a modest place in the vast place of the hacker's underground world.  DHDO compromises of only 4 members namely: sid vici0us (commander in chief), zana tas (secretary), deEp coma (caporal) and digital flu (soldier).  Actually, we were here a long time ago but we have decided to make our presence felt just recently.  The obvious reason for this was that we were all newbies and that we were learning (we still are).  Contributors for writing articles for our next document are welcomed and can reach us at out email listed below.
Keep watching as more tutorials are on their way.
Also, do not forget that real hackers drink milk!!!
  
************************************************************************************************

             D   I   G   I   T   A   L     H   A   C   K     D   O   T     O   R   G

               k n o w l e d g e  i s  p o w e r, i n  z e  r i g h t  h a n d s !
      
            ==========================HACKERS WITH GRAMMAR===========================
          
                             contact us at amateur@fuckMicrosoft.com

                              
                               introduction to MS DOS version 1.0
                                            14/01/02

       PERMISSION TO DISTRIBUTE & COPY FREELY GIVEN, BUT IT MUST BE SHOWN THAT THE ORIGINAL             
                                AUTHORS ARE DIGITAL HACK DOT ORG
